home *** CD-ROM | disk | FTP | other *** search
/ Learn Microsoft Visual Basic 6.0 Now / Learn Microsoft Visual Basic 6.0 Now (Microsoft Press)(X03-58607)(1998).ISO / media / chap01 / b01d005.cc2 < prev    next >
Text File  |  1998-06-07  |  1KB  |  28 lines

  1. 0, In this demonstration you'll learn how 
  2. 2, to load and run a Visual Basic program. 
  3. 5, To load a Visual Basic program you click 
  4. 7, the file menu, click the open project 
  5. 9, command, and when the open project dialog 
  6. 12, box appears double-click the file name 
  7. 14, you want to open in the list box. In this 
  8. 17, case I've opened Welcome.VBP, a simple 
  9. 20, program I've written to welcome you to 
  10. 22, this programming course. It's name 
  11. 24, appears in the project window. And I can run 
  12. 27, the project by clicking the start button 
  13. 29, on the tool bar. After a moment, the 
  14. 32, program appears in the programming 
  15. 33, environment. And like any Windows application 
  16. 36, you can drag it by dragging the title bar. 
  17. 40, This program, simple effect, goes when 
  18. 43, I click the light button and it lights a 
  19. 47, burn barrel on the bottom of the screen 
  20. 49, with a lightning bolt. After a few 
  21. 51, moments that fire goes out, but I can do it 
  22. 53, again and again if I like. And when I'm 
  23. 57, done with the effect I can click the 
  24. 59, quit button. And after a moment the form 
  25. 62, reappears in the programming environment 
  26. 64, and I begin editing it with all my 
  27. 65, programming tools. That's all there is to it.
  28. 70, END